:root {
	--websitecolor: #004040;
	--websitehover: #026363;
}

body {
	font-family: Source Sans Pro !important;
}

.bg-dark {
	background: var(--websitecolor) !important;
}

a {
	text-decoration: none !important;
}

.header_1 {
	border-bottom: 2px solid #004040;
	position: fixed;
	z-index: 99999;
	width: 100%;
	/*background-image: linear-gradient(rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.97)), url('images/nav_back.jpg'); */
/*background-size: cover;*/
	/*background-position: 0px -295px;*/
}

.nav_link1 {
	color: var(--websitecolor) !important;

}

.nav_link .nav-item {
	padding-right: 3em;
}

.nav_link1:hover {
	color: var(--websitehover) !important;
}

.bg-dark .nav_link1 {
	color: #fff !important;
}

#bg-light1 {
	background: var(--websitecolor);

}

.size_1 {
	font-size: 18px;
	color: var(--websitecolor);
	font-weight: bold;
}

.size_2 {
	font-size: 20px;
	font-weight: bold;
	color: var(--websitecolor);
}

.nav-item {
	font-size: 17px;
	color: #333;
}


header h6 i {
	float: left;
	font-size: 24px;
	margin: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-right: 10px;
	margin-top: 5px;
}

header h6 span {
	overflow: hidden;
	display: block;
	float: left;
	font-size: 15px;
	line-height: 18px;
}

.bd-placeholder-img {
	background: linear-gradient(to right, #5d2d88, #ea4c11);
}

#default2.fixed-top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--websitecolor);
}

#logo-small img {
	max-height: 40px;
}

#logo-small {
	display: none;
}

img.logo {
	max-width: 100%;
}


.login_1 {
	background: var(--websitecolor) !important;
	color: #fff !important;
	padding: 6px 24px 6px 24px !important;
	border-radius: 6px;
	transition: transform .1s;
}

.login_1:hover {
	background: var(--websitehover) !important;
	transform: scale(1.03);
	box-shadow: -2px 20px 14px -6px rgba(0, 0, 0, 0.2);
}

.bg-dark .login_1 {
	background: #fff !important;
	color: var(--websitecolor) !important;
	padding: 6px 24px 6px 24px !important;
	border-radius: 6px;
}

.bg-dark .login_1:hover {
	transform: scale(1.05);
	background: #f3f3f3 !important;
}

.ad li {
	float: right !important;
}


.events {
      max-width: 100%;
      padding: 0px !important;
      margin-top:-5px;
      background: #ffffff;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border: 1px solid rgba(0,0,0,.125);
  }

s
  .events__list {
      list-style-type: none;
      margin: 0;
      padding: 0;
  }

  .events__item {
      display: flex;
      padding: 12px 0px !important;
      border-bottom: solid 1px #f1f1f1;
	  margin: 0 -12 10px !important;

  }

      .events__item:hover {
          cursor: pointer !important;
      }

      .events__item:last-child {
          border: none;
      }

  .events__date {
      text-align: center;
      margin-right: 10px;
      padding-left: 10px;
      border-left: 3px solid #eaeaea;
  }

  .events__day {
      color: #888;
      font-size: 20px;
      font-weight: 700;
      line-height: 1;
  }

  .events__month {
      color: #aaa;
      font-size: 14px;
      text-transform: lowercase;
      font-weight: 600;
      line-height: 1;
  }

  .events__desc {
      color: #555;
      font-size: 13px;
      margin: 0;
  }

  .events__desc:hover {
   color: var(--websitecolor) !important;
  }

  .events__item:hover .events__date {
      border-left: 3px solid var(--websitehover);
  }

  .events__item:hover .events__day {
      color: #000;
  }

  .events__item:hover .events__month {
      color: #666;
  }

  .events__item:hover .events__desc {
      color: SteelBlue;
  }



.button_21 {
	padding: 10px;
	padding-right: 25px;
	border: 2px solid var(--websitecolor);
	padding-left: 25px;
	color: var(--websitecolor);
	text-decoration: none !important;
	transition: 0.3s;
	border-radius: 5px;
}

.button_21:hover {
	background: var(--websitecolor);
	color: #fff;
	transition: 0.3s;
}

.about_sec {
	background: #fff;
	margin-top: 40px;
	padding-left: 50px;
	padding-top: 45px;
	padding-bottom: 60px;
	margin-left: -150px;
}



.marquee_11 {
	height: 350px;
}

.news_123 h3 {
	text-align: center;
	font-size: 40px;
	z-index: 1;
	position: relative;
	font-weight: bold;
}

/*
.news_123 h3:after {
	content: "";
	display: block;
	height: 8px;
	width: 147px;
	margin: 4px auto 0;
	border-bottom: 3px solid var(--websitecolor);
	background: url("../images/title-arrow.png") no-repeat scroll top center;

}
*/
.news_123 hr {
	background: #dddddd;
	height: 2px;
	margin-top: -10px;
}


.news_lines123 {
	border: 1px solid #fff;
	padding: 15px;
	background:#fff;
	height:380px;
	margin-top: -5px;
		border: 1px solid rgba(0,0,0,.125);
}

/* .news_lines123 ul li {
	background: url("../images/arrow_news.jpg") no-repeat scroll left 4px rgba(0, 0, 0, 0);
	padding: 0 0 0 19px;
	margin: 0 0 10px;
}
*/
.news_label12 ul li a,
.news_label13 ul li a {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}

.Releases_2 li a{
	color:#555 !important;
}


.Releases_2 li a:hover{
   color: var(--websitecolor) !important;
}


.star_1 , .img_new{
	color:#FF0000;
}

.news_lines124 {
	margin-top: 22px;
	color: #000;
}


.footer {
  background: #222222;
  padding: 20px;
  width: 100%;
}

    .footer span a {
    color: #fff !important;
    text-decoration: none;
    }


 .footer span a:hover {
 color: #dbd9d9 !important;
          }


.ad h5{
	color:#fff;

}

@media only screen and (max-width: 1199px) {

	.nav_link .nav-item {
		padding-right: 1em;
	}

}

  @media only screen and (max-width:767px){
      .about_sec {
          background: #fff;
          margin-top: 30px;
          padding-left: 0px;
          padding-top: 0px;
          padding-bottom: 0px;
          margin-left: 0px;
      }


	  .font_size{
		  display:none;
	  }
  }
